Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken build, and inner dev-loop configurations #674

Merged
merged 2 commits into from
Jun 22, 2024

Conversation

joem-msft
Copy link
Contributor

@joem-msft joem-msft commented Jun 21, 2024

This PR re-fixes issues in the inner dev loop which I'd previously fixed but have been broken again. All of these changes have been fixed at one point, hopefully it'll stick this time.

  • Turned off TreatWarningsAsErrors in VS IDE to speed up inner-dev-loop.
    building locally in VS IDE causes warnings to be treated as Errors. This negatively impacts the inner dev loop experience and causes slower iterative development.
  • fix settings.json so PaYamlV3 files use the correct schema file
    *.pa.yaml files under the PaYamlV3 folders in the repo no longer work with the schemas as they did before.
  • Turned some code analysis rules from Error to Warning to improve inner dev-loop

- Turned off TreatWarningsAsErrors in VS IDE to speed up inner-dev-loop.
- fix settings.json so PaYamlV3 files use the new schema file
- Turned some code analysis rules from Error to Warning to improve inner dev-loop
@joem-msft joem-msft requested review from a team as code owners June 21, 2024 04:27
.editorconfig Show resolved Hide resolved
.editorconfig Show resolved Hide resolved
.editorconfig Show resolved Hide resolved
@petrochuk petrochuk requested review from petrochuk and removed request for petrochuk June 21, 2024 18:03
@petrochuk petrochuk dismissed their stale review June 21, 2024 20:09

dismissed

@petrochuk petrochuk removed their request for review June 21, 2024 20:14
@joem-msft joem-msft merged commit c537561 into master Jun 22, 2024
4 checks passed
@joem-msft joem-msft deleted the users/joemay/fix-build-and-inner-dev-loop branch June 22, 2024 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants